<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/************************Global Reset************************/
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, input, textarea, address, big, cite, code, del, em, font, img, ins, small, strong, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, select, table, th, tr, td{
	margin: 0;
	padding: 0;
}
body {
	font-family: "宋体",Tahoma,sans-serif,Helvetica,Georgia,Arial,Verdana,PMingLiU;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
ul{
	list-style:none;
}
img{
	border:none;
}
a:link,a:visited,a:active,a{
	text-decoration:none;
	color: #000;
}
/*clearFloat*/
div.clearFloat{
	clear: both;
}
/************************Global Reset End************************/
/*wrapper*/
#wrapper{
	width: 100%;
	font-size: 12px;
}
/*header*/
#header .header_wrap{
	width: 940px;
	height: 83px;
	margin: 0 auto;
	padding-top: 15px;
}
.header_wrap .logo{
	width: 337px;
}
.header_wrap .h_right{
	float: right;
}
.h_right .lang{
	height: 12px;
	padding: 14px 0;
	text-align: right;
}
.h_right .lang a{
	padding: 0 6px;
}
.h_right .lang a:hover{
	color: #63AEC3;
}
.h_right .search{
	height: 24px;
}
.search input{
	vertical-align: middle;
}
.search .keyword{
	height: 20px;
	line-height: 20px;
	width: 162px;
	border:1px solid #3683B1;
	border-right: none;
	padding: 1px 2px;
}
.search .s_btn{
	border: none;
	margin-left: -6px;
}
/*menu*/
.menu_wrap{
	height: 54px;
	line-height: 54px;
	background-color: #63AEC3;
}
.menu_wrap .top_menu{
	width: 940px;
	height: 54px;
	margin: 0 auto;
	position: relative;
}
.top_menu ul li{
	float: left;
	padding-top: 9px;
	font-size: 17px;
	font-weight: bold;
}
.top_menu ul li a{
	display:block;
	width: 156px;
	height: 45px;
	line-height: 40px;
	text-align: center;
	color: #fff;
}
.top_menu ul li.on a{
	background-color: #DFE0E2;
	border-radius: 5px 5px 0 0;
	color: #000;
}
/*sub menu*/
.top_menu .sub_menu{
	display: none;
	height: 37px;
	line-height: 37px;
	position: absolute;
	top: 54px;
	padding-left: 8px;
	z-index: 99;
}
.top_menu .sub_menu ul li{
	padding: 0;
	font-size: 15px;
	font-weight: 100;
}
.top_menu .sub_menu ul li a{
	width: auto;
	height: 37px;
	line-height: 37px;
	padding-left: 29px;
	text-align: left;
	background: url("../images/icon4.jpg") no-repeat 10px center;
	color: #000;
	margin-right: 8px;
}
.top_menu .sub_menu ul li a:hover{
	color: #1F3696;
}
/*sub menu bg*/
.sub_menu_bg{
	display: none;
	width: 940px;
	height: 37px;
	line-height: 37px;
	margin: 0 auto;
	position: absolute;
	top: 54px;
	left: 0;
	background-color: #DFE0E2;
	z-index: 10;
}
/*banner*/
.banner_wrap{
	background-color: #EFEFEF;
	padding-top: 37px;
}
.banner_wrap .banner{
	width: 936px;
	margin: 0 auto;
	padding-bottom: 30px;
}
/*main*/
#main{
	margin-top: 15px;
}
#main .main_wrap{
	width: 900px;
	margin: 0 auto;
	overflow: hidden;
}
.main_wrap .nav{
	height: 31px;
	line-height: 31px;
	border-bottom: 1px solid #DBDBDB;
	color: #484848;
	padding-left: 3px;
}
.main_wrap .nav a{
	color: #484848;
}
.main_wrap .nav a:hover{
	color: #1F3696;
}
.main_wrap .content{
	padding: 24px 0 40px 0;
}
/*left nav*/
.content .left_nav{
	float: left;
	width: 193px;
	margin-right: 56px;
	font-size: 15px;
}
.left_nav ul li{
	margin-bottom: 22px;
}
.left_nav ul li span{
	display: block;
	height: 31px;
	line-height: 31px;
	padding-left: 26px;
	background: #73B6C7 url("../images/left_nav_icon1.jpg") no-repeat left top;
}
.left_nav ul li a{
	color: #fff;
}
.left_nav ul li span.active a{
	color: #FDF27C;
	font-weight: bold;
}
.left_nav ul li a:hover{
	color: #FDF27C;
	font-weight: bold;
}
/*sub nav*/
.left_nav ul.sub_nav{
	padding-left: 22px;
}
.left_nav ul.sub_nav li{
	margin-bottom: 0;
	height: 31px;
	line-height: 31px;
	padding-left: 21px;
	background: url("../images/left_nav_icon2.jpg") no-repeat left 12px;
	overflow: hidden;
}
.left_nav ul.sub_nav li a{
	color: #000;
}
.left_nav ul.sub_nav li a:hover{
	color: #73B6C7;
	font-weight: bold;
}
/*footer*/
#footer{
	min-height: 65px;
	background-color: #63AEC3;
}
#footer .footer_wrap{
	width: 940px;
	margin: 0 auto;
	padding-top: 14px;
}
/************************page************************/
#page{
	width: 100%;
	text-align: center;
	clear: both;
}
#page ul li{
	display: inline;
	font-size: 12px;
	line-height: 21px;
}
#page ul li a{
	font-weight: bold;
	padding: 2px 10px;
	color: #828282;
}
#page ul li.on a{
	border-bottom: 2px solid #9BB06B;
}
#page ul li.prev a,#page ul li.next a{
	color: #fff;
	padding: 2px;
	background-color: #A4A09F;
}</pre></body></html>